home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / editory / audacity / audacity-win-1.2.2-pre1.exe / {app} / Plug-Ins / tremolo.ny < prev   
Encoding:
Audacity Nyquits plug-in  |  2002-09-16  |  286 b   |  9 lines

  1. ;nyquist plug-in
  2. ;version 1
  3. ;type process
  4. ;name "Tremolo..."
  5. ;action "Applying Tremolo..."
  6. ;control amount "Wetness" int "%" 40 0 100
  7. ;control lfo "Frequency" real "Hz" 4.0 0.1 10.0
  8. (mult (sum (const (- 1.0 (/ amount 200.0))) (scale (/ amount 200.0) (osc (hz-to-step lfo)))) s)
  9.